home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / terminal / qterm-6.0 / qterm-6 / README < prev    next >
Encoding:
Text File  |  1993-03-30  |  1.9 KB  |  58 lines

  1.  
  2.           Q T E R M  -  Q U E R Y   T E R M I N A L
  3.  
  4.                  Version 6.0
  5.  
  6.               Michael A. Cooper
  7.             University Computing Services
  8.           University of Southern California
  9.                mcooper@usc.edu
  10.  
  11. GENERAL
  12.  
  13. Qterm is a program that queries terminals to find out what kind of
  14. terminal is responding.  It is useful to automagically define your
  15. terminal type.  It prints the name of the terminal (compatible,
  16. hopefully, with a termcap/terminfo name) such as "vt100" to standard
  17. output.  See the manual for details.
  18.  
  19. The major changes between version 6.0 and 5.0 include support for
  20. finding the real name of a terminal by using multiple queries, support
  21. for POSIX compliant systems, and a major code cleanup.  The format of
  22. qtermtab has changed to support the multiple queries code as well as
  23. future additions.  The old style qtermtab file is still supported.
  24. See the ChangeLog file for more details.
  25.  
  26. PLATFORMS
  27.  
  28. Qterm should run on most 4.X BSD and System V based operating systems.
  29. It is known to run on the following platforms:
  30.  
  31.     HARDWARE        OPERATING SYSTEM
  32.     Alliant FX/80, FX/2800    Concentrix 3.X, 5.X
  33.     DEC MIPS        Ultrix 4.2
  34.     HP9000 3x0, 4x0, 7x0    HP-UX 8.1, 9.0
  35.     IBM RS6000        AIX 3.2
  36.     NeXT            NeXTStep 2.1
  37.     Sun-3, Sun-4, Sun386i    SunOS 4.0.3, 4.1.X, 5.X
  38.  
  39. If you have Internet access, the latest and greatest version of qterm
  40. is available from "usc.edu" via anonymous ftp in the file
  41. "/pub/qterm/qterm.tar.z".  I update this file whenever there are any
  42. changes, so it's bound to be newer than a copy from any other source.
  43.  
  44. INSTALLATION
  45.  
  46. 1) Edit "Makefile" and change the definetions for DIR, BIN, MAN,
  47.    and TABFILE as appropriate for your site.
  48.  
  49. 2) Run the appropriate make command for your system as documented 
  50.    at the top of "Makefile".  Running "make" should work on most
  51.    4.X BSD systems.
  52.  
  53. 3) Run "make install install.man" to install everything.
  54.  
  55. RCS INFO
  56.  
  57.     $Id: README,v 6.1 1993/03/30 23:00:16 mcooper Exp mcooper $
  58.